home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shareware Super Platinum 8
/
Shareware Super Platinum 8.iso
/
mac
/
PROGTOOL
/
EUPHOR10.ZIP;1
/
INSTALL.BAT
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
DOS Batch File
|
1993-07-07
|
281 b
|
19 lines
@echo off
if not exist bin\ex.exe goto flat
:start
cd bin
ex install
cd ..
goto done
:flat
if exist ex.exe goto makedirs
echo ex.exe not found.
echo Installation aborted.
echo See install.doc for instructions.
goto done
:makedirs
ex setupdir.ex
goto start
:done